home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / cdlabel / cdlabdes.exe / {app} / CDLabDesigner.exe / 0 / RCDATA / TFRMCDDBDLG / TFRMCDDBDLG.txt
Encoding:
Text File  |  2002-12-05  |  1.4 KB  |  75 lines

  1. object frmCDDBDlg: TfrmCDDBDlg
  2.   Left = 219
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Read CD database data'
  6.   ClientHeight = 217
  7.   ClientWidth = 377
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   DesignSize = (
  20.     377
  21.     217)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel1: TBevel
  25.     Left = 4
  26.     Top = 8
  27.     Width = 369
  28.     Height = 177
  29.     Anchors = [akLeft, akTop, akRight, akBottom]
  30.   end
  31.   object Label1: TLabel
  32.     Left = 12
  33.     Top = 16
  34.     Width = 351
  35.     Height = 13
  36.     Anchors = [akLeft, akTop, akRight]
  37.     AutoSize = False
  38.   end
  39.   object Button3: TButton
  40.     Left = 298
  41.     Top = 192
  42.     Width = 75
  43.     Height = 21
  44.     Anchors = [akRight, akBottom]
  45.     Cancel = True
  46.     Caption = '&Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 0
  49.     OnClick = Button3Click
  50.   end
  51.   object Memo1: TMemo
  52.     Left = 12
  53.     Top = 36
  54.     Width = 353
  55.     Height = 143
  56.     Anchors = [akLeft, akTop, akRight, akBottom]
  57.     Color = clSilver
  58.     ReadOnly = True
  59.     ScrollBars = ssVertical
  60.     TabOrder = 1
  61.     WordWrap = False
  62.   end
  63.   object sock: TIdHTTP
  64.     ReadTimeout = 0
  65.     AllowCookies = True
  66.     ProtocolVersion = pv1_0
  67.     Left = 156
  68.     Top = 108
  69.   end
  70.   object IdAntiFreeze1: TIdAntiFreeze
  71.     Left = 124
  72.     Top = 108
  73.   end
  74. end
  75.